home *** CD-ROM | disk | FTP | other *** search
/ Super CD / Super CD.iso / kids / first / shd.bat < prev    next >
DOS Batch File  |  1988-09-14  |  448b  |  19 lines

  1. Echo Copying all Disk 2 files ..
  2. copy *.* %1\FirstByt\flw
  3. if exist CGAA.FNT goto DONE1
  4. if exist EGAA.FNT goto DONE1
  5. if exist VGAA.FNT goto DONE1
  6. if exist TGAA.FNT goto DONE1
  7. Echo Performing normal INSTALL from Hard Disk ..
  8. Echo - - - - - 
  9. %1
  10. cd %1\FirstByt\flw
  11. install *
  12. :DONE1
  13. %1
  14. cd %1\FirstByt\flw
  15. Echo Done installing onto your Hard Disk.  You may run the product from the
  16. Echo Hard Disk by typing RUN and then ENTER.
  17. :ABORT
  18.  
  19.